projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4faad
)
* lisp.h (Flooking_at): Declare.
author
Ken Raeburn
<raeburn@raeburn.org>
Thu, 9 Nov 2000 22:30:39 +0000
(22:30 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Thu, 9 Nov 2000 22:30:39 +0000
(22:30 +0000)
src/ChangeLog
patch
|
blob
|
history
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9028cbfcf3214da13e4ca0bc009f87033746e588..28a441ff68b2e8c93026dfbc7ead48e1364ddeb1 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2000-11-09 Ken Raeburn <raeburn@gnu.org>
+
+ * lisp.h (Flooking_at): Declare.
+
2000-11-09 Gerd Moellmann <gerd@gnu.org>
* dired.c (directory_files_internal): Fix a braino.
diff --git
a/src/lisp.h
b/src/lisp.h
index 0d758695d3497319486109bd9d315dc440f165d5..a6fbe28b026990164c9da7cf0c09b7758d12259c 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2498,6
+2498,7
@@
EXFUN (Fmatch_data, 2);
EXFUN (Fset_match_data, 1);
EXFUN (Fmatch_beginning, 1);
EXFUN (Fmatch_end, 1);
+EXFUN (Flooking_at, 1);
extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));
extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, char *));
extern int scan_buffer P_ ((int, int, int, int, int *, int));